Skip to content

Fix iOS bookmark icon showing as circle on white background#5

Merged
fibonacci998 merged 1 commit into
mainfrom
claude/fix-ios-bookmark-icon-Kc1we
Mar 23, 2026
Merged

Fix iOS bookmark icon showing as circle on white background#5
fibonacci998 merged 1 commit into
mainfrom
claude/fix-ios-bookmark-icon-Kc1we

Conversation

@fibonacci998
Copy link
Copy Markdown
Owner

The apple-touch-icon was using logo192.png which has a circular design
with transparent corners. iOS renders transparent areas as white,
making the icon look like a small circle inside a white square.

Created a dedicated 180x180 apple-touch-icon.png with the purple
gradient filling the entire square canvas, so iOS can properly crop
it to its rounded-rectangle shape.

https://claude.ai/code/session_01K2J6quoTMsb4MPrs6J6frq

The apple-touch-icon was using logo192.png which has a circular design
with transparent corners. iOS renders transparent areas as white,
making the icon look like a small circle inside a white square.

Created a dedicated 180x180 apple-touch-icon.png with the purple
gradient filling the entire square canvas, so iOS can properly crop
it to its rounded-rectangle shape.

https://claude.ai/code/session_01K2J6quoTMsb4MPrs6J6frq
@fibonacci998 fibonacci998 merged commit 727b67b into main Mar 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants